HTML Structure

Created: 23/8/2016
By: Nubia Studio
Email: abdelrahmanesmael@gmail.com

Thank you for purchasing my Html5 Game . If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

    1. Game File

    GUM

    {

  1. index file
  2. images file
  3. media file
  4. }

    2. capx file

    {

  5. color1.capx
  6. }


A) index file - top

1. index file to open the game on browser

2. . Can Edit index file with an html editor Like Notbad to change the game’s title bar of the page & background colour of the document

HTML Structure

If you would like to edit the background colour of the document

	html , body {
              background: #someColor;
              color:#cccccc;
            }

If you would like to edit the title bar of the page

	
HTML Structure

Don't edit anything else in order not to corrupt the game


B)images file - top

images file include all images used in the game
if you want to reskin the game just replace the image you want change it (the same name must be used same extension (.png) and the same size )

	

C)media file - top

This File Contains the sounds

    - score sound effect -
  1. jump_0.ogg
  2. jump_0.m4a


  3. a_9.ogg
  4. a_9.m4a

  5. - tap sound effect -
  6. bonn.ogg
  7. bonn.m4a

  8. - crash sound effect -
  9. a_m3.ogg
  10. a_m3.m4a


  11. pp.ogg
  12. pp.m4a

  13. sounds mad with : http://www.superflashbros.net/as3sfxr/

D)color1.capx - top

construct 2 project file .



Once again, thank you so much for purchasing this Html5 Game. As I said at the beginning, I'd be glad to help you if you have any questions relating to this Html5 Game. No guarantees, but I'll do my best to assist. If you have a more general question relating to the Html5 Game on codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Nubia Studio

Go To Table of Contents